home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1254 / whatsnew.txt < prev    next >
Encoding:
Text File  |  1997-04-18  |  1.4 KB  |  34 lines

  1.  
  2.  
  3.  
  4.                        Changes from YearIn v1.0 to v1.1
  5.  
  6.  
  7.        YearIn's logic is no longer restricted to converting two-digit
  8.        years into four-digit years.  It can now handle year differences
  9.        whose inputs stay as two-digit years.  For example, (90, 95)
  10.        converts to (1890, 1995) for a difference of 105 years.  Thus,
  11.        large databases used for age calculations do NOT need to be
  12.        modified.
  13.  
  14.        Options were moved into the input dialog boxes and the
  15.        corresponding menu items were removed.
  16.  
  17.        A pre-defined set of examples may be run through the year-
  18.        resolution logic by selecting Input, Examples.  The active year
  19.        for most of these examples will be the current year up to 1999.
  20.  
  21.        This logic is incorporated into an edit box or data-entry field
  22.        that expands a two-digit year into a four-digit year when you
  23.        move away from it.  Using this edit box results in full-year data
  24.        entry that is quicker and less error prone than repeatedly typing
  25.        four digits.
  26.  
  27.        The source code of the year-resolution routine now comes in a
  28.        package that contains this routine written in four languages (C,
  29.        C++, Fortran and COBOL).  (The source code of the edit box is in
  30.        C++.)  Registered users will receive this package as a
  31.        registration benefit.  CompuServe users may register through
  32.        SWREG (#11545, $10 to $5000).
  33.  
  34.